Words

[1]##1 [M-B] The backward word command moves dot backward by words, stopping on the first character of the word. If an argument is specified, it is the number of words over which to move. The default argument is 1. [M-C] This command moves forward over a word, converting all characters in the word to lower case except the first one, which is converted to upper case. If an argument is supplied, it must be positive, and it specifies the number of words over which to move. [M-D] The delete word command moves dot forward by words, and kills any characters over which it moves. If an argument is specified, it is the number of words over which to move. The default argument is 1. [M-F] The forward word command moves dot forward by words, stopping on the first non-word character. If an argument is specified, it is the number of words over which to move. The default argument is 1. [M-L] This command moves forward over a word, converting it to lower case. If an argument is supplied, it must be positive, and it specifies the number of words over which to move. [C-M-H] The backward delete word command moves backward by words, stopping on the first character of the word, and killing as it moves. If an argument is present, it specifies the number of words over which to move. The default argument is 1. [M-Rubout] This command is the same as C-M-H. It exists only to preserve the symmetry between the word commands and the character commands (both backspace and rubout are backward delete character). [M-U] This command mobes forward over a word, converting it to upper case. If an argument is supplied, it must be positive, and it specifies the number of words over which to move.